-
-
Notifications
You must be signed in to change notification settings - Fork 48
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
20220112 email verified #591
Conversation
1a11c6a
to
b801018
Compare
The PR improves (hopefully) on the way authenticated actions are processed. Authenticated actions now only can be performed by active users (except account activation, which only requires that The PR also adds We started verifying email addresses on Oct 23, 2019. Users which signed up on or after this date and have |
dd24d0d
to
34daa57
Compare
rebased on top of #592, i.e. first commit doesn't actually belong to this PR |
b8d1489
to
db4934c
Compare
38d1663
to
0b8315c
Compare
0b8315c
to
e2e7a82
Compare
f73fcae
to
aef7eae
Compare
c239386
to
f121ffb
Compare
f121ffb
to
6658f15
Compare
Alright, this time ready for real. Did some minor tweaks here and there, added some unrelated bug fixes, and put all the commits in right order. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This lgtm!
Note the one comment above. While at it, maybe add an example for how to use this to README? |
Code changes were necessary - in serializers.py (https://docs.djangoproject.com/en/4.1/releases/4.1/#reverse-foreign-key-changes-for-unsaved-model-instances), - in authentication.py (https://docs.djangoproject.com/en/4.1/ref/utils/#django.utils.timezone.utc).
8dc1e40
to
86a7014
Compare
No description provided.